home *** CD-ROM | disk | FTP | other *** search
- object frmUUEncode: TfrmUUEncode
- Left = 460
- Top = 148
- BorderStyle = bsDialog
- Caption = 'frmUUEncode'
- ClientHeight = 124
- ClientWidth = 401
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lSourceFile: TLabel
- Left = 8
- Top = 20
- Width = 52
- Height = 13
- Caption = 'lSourceFile'
- end
- object lTargetFile: TLabel
- Left = 8
- Top = 52
- Width = 49
- Height = 13
- Caption = 'lTargetFile'
- end
- object lAction: TLabel
- Left = 8
- Top = 77
- Width = 32
- Height = 13
- Caption = 'lAction'
- end
- object cbAction: TComboBox
- Left = 8
- Top = 94
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- OnKeyDown = FormKeyDown
- Items.Strings = (
- '*'
- '*')
- end
- object cbWriteTable: TCheckBox
- Left = 176
- Top = 96
- Width = 97
- Height = 17
- Caption = 'cbWriteTable'
- TabOrder = 7
- end
- object btnOk: TButton
- Left = 320
- Top = 8
- Width = 75
- Height = 25
- Caption = 'btnOk'
- Default = True
- Enabled = False
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 320
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object btnGetSource: TButton
- Left = 280
- Top = 18
- Width = 25
- Height = 17
- Caption = '...'
- TabOrder = 5
- OnClick = btnGetSourceClick
- end
- object btnGetTarget: TButton
- Left = 280
- Top = 50
- Width = 25
- Height = 17
- Caption = '...'
- TabOrder = 6
- OnClick = btnGetTargetClick
- end
- object oeSourceFile: TEdit
- Left = 64
- Top = 16
- Width = 209
- Height = 21
- TabOrder = 2
- OnKeyDown = oeSourceFileKeyDown
- end
- object oeTargetFile: TEdit
- Left = 64
- Top = 48
- Width = 209
- Height = 21
- TabOrder = 3
- OnChange = oeTargetFileChange
- OnKeyDown = FormKeyDown
- end
- object fzUUEnc: TUUEncode
- DeleteOptions = doAllowUndo
- OnError = fzUUEncError
- CompressMethod = cmUUEncode
- DefaultExt = '.uue'
- KBytesPerVolume = 0
- WriteTableToFile = False
- OnFileExists = fzUUEncFileExists
- Left = 344
- Top = 80
- end
- end
-